BigList Constructor

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Creates a new BigList. The BigList is initially empty.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
public BigList()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
BigList ()

Remarks

Creating a empty BigList takes constant time and consumes a very small amount of memory.

See Also